Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Commands Namespace / FormatCellsActionCommand Class / FormatCellsActionCommand Constructor / FormatCellsActionCommand Constructor(StyleFormat,Worksheet,Nullable<Boolean>)
The worksheet which this command attached to.


In This Topic
FormatCellsActionCommand Constructor(StyleFormat,Worksheet,Nullable<Boolean>)
In This Topic
Initializes a new instance of the FormatCellsActionCommand class.
Syntax
'Declaration
 
Public Function New( _
   ByVal newStyleFormat As StyleFormat, _
   ByVal worksheet As Worksheet, _
   ByVal isMergedCell As Nullable(Of Boolean) _
)
 
'Usage
 
Dim newStyleFormat As StyleFormat
Dim worksheet As Worksheet
Dim isMergedCell As Nullable(Of Boolean)
 
Dim instance As New FormatCellsActionCommand(newStyleFormat, worksheet, isMergedCell)

Parameters

newStyleFormat
worksheet
The worksheet which this command attached to.
isMergedCell
See Also